'Declaration
<EditorBrowsableAttribute(EditorBrowsableState.Never)> Public MustInherit Class BaseODataCollectionViewService(Of T) Inherits BaseCollectionViewService(Of T) Implements IItemsSource(Of T), ITemplate
[EditorBrowsable(EditorBrowsableState.Never)] public abstract class BaseODataCollectionViewService<T> : BaseCollectionViewService<T>, IItemsSource<T>, ITemplate